Vcenter FoundationLoadBalancers NetworkConfigSpec

Vcenter FoundationLoadBalancers NetworkConfigSpec
Vcenter FoundationLoadBalancers NetworkConfigSpec

The Vcenter FoundationLoadBalancers NetworkConfigSpec schema defines load balancer node(s) network configuration.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "ntp_servers": [
        "string"
    ],
    "dns": {
        "servers": [
            "string"
        ],
        "search_domains": [
            "string"
        ]
    },
    "extra_vip_subnets": [
        "string"
    ]
}
array of string
ntp_servers
Optional

The NTP server IP addresses of the load balancer node(s).

This property was added in vSphere API 9.0.0.0.

If missing or null, the ntpServers keep unchanged on load balancer node(s).

dns
Optional

The DNS servers and search domains for a given network.

This property was added in vSphere API 9.0.0.0.

If missing or null, the servers and search domains keep unchanged on load balancer node(s).

array of string
extra_vip_subnets
Optional

The extra VIP subnets of the load balancer node(s) in CIDR format.

This property was added in vSphere API 9.0.0.0.

If missing or null, the extraVipSubnets keep unchanged on load balancer node(s).